Leadtools.Medical.Workstation Namespace > DictionaryWithEvents<TKey,TValue> Class : ItemRemoved Event |
public event EventHandler<DataEventArgs<KeyValuePair<TKey,TValue>>> ItemRemoved
'Declaration Public Event ItemRemoved As EventHandler(Of DataEventArgs(Of KeyValuePair(Of TKey,TValue)))
'Usage Dim instance As DictionaryWithEvents(Of TKey,TValue) Dim handler As EventHandler(Of DataEventArgs(Of KeyValuePair(Of TKey,TValue))) AddHandler instance.ItemRemoved, handler
public: __event EventHandler<DataEventArgs<KeyValuePair<TKey*,TValue*>>*>* ItemRemoved
public: event EventHandler<DataEventArgs<KeyValuePair<TKey*,TValue*>>*>* ItemRemoved
The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<TData> properties provide information specific to this event.
Property | Description |
---|---|
Data | Gets the argument data to pass to an event handler. |